Motion.GetGroupConfiguration method

Gets the index of an axis according to the given group index to read the current configuration of an axis group. For Axes Coordinate System, you get a conventional index of an axis.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<int> GetGroupConfiguration(
       int Index,
       int IndexInGroup,
       McCoordSystem CoordSystem
)
Public Function GetGroupConfiguration(
       Index As Integer,
       IndexInGroup As Integer,
       CoordSystem As McCoordSystem
) As KsReturn(Of Integer)

Parameters

Index [in]

Type: int

The index of an axis group. Indexes are zero based. You can have up to 32 groups.

 

IndexInGroup [in]

Type: int

The index of an axis in the group.

 

CoordSystem [in]

Type: McCoordSystem

A coordinate system.

Return value

Type: KsReturn<int>

Returns a KsError code and an integer value.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.Local.Api Namespace